Xbasic

API_GETMACHINENAME Function

Syntax

Name_String as C = API_GetMachineName()

Description

API_GETMACHINENAME() returns the name of the host computer.

Example

API_GETMACHINENAME() -> "Server01"

Limitations

Desktop applications only.

See Also